Developer Documentation

QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

Functions

The functions described in this section are used only in the Win32 Windows environment.

Q3WinViewerGetWindow

You can use the Q3WinViewerGetWindow function to obtain the window for a Windows viewer.

HWND Q3WinViewerGetWindow (TQ3ViewerObject viewer);
viewer
A viewer object.

DESCRIPTION

The Q3WinViewerGetWindow function returns a handle to the window for viewer.

Q3WinViewerSetWindow

You can use the Q3WinViewerSetWindow function to set the window for a Windows viewer.

TQ3Status Q3WinViewerSetWindow (
                     TQ3ViewerObject viewer,
                     HWND window );
viewer
A viewer object.
window
A window.

DESCRIPTION

The Q3WinViewerSetWindow function sets the window for the viewer object viewer to window.

Q3WinViewerGetViewer

You can use the Q3WinViewerGetViewer function to get the viewer for a given window.

TQ3ViewerObject Q3WinViewerGetViewer (HWND theWindow);
theWindow
A window handle.

DESCRIPTION

The Q3WinViewerGetViewer function returns the viewer for the window designated by theWindow.

Q3WinViewerGetBitmap

You can use the Q3WinViewerGetBitmap function to obtain a bitmap of the contents of a Windows viewer's window.

HBITMAP Q3WinViewerGetBitmap (TQ3ViewerObject viewer);
viewer
A viewer object.

DESCRIPTION

The Q3WinViewerGetBitmap function returns a bitmap of the contents of the window for viewer. The caller should dispose of the bitmap.

Q3WinViewerGetControlStrip

You can use the Q3WinViewerGetControlStrip function to obtain the control strip window for a given viewer.

HWND Q3WinViewerGetControlStrip (TQ3ViewerObject viewer);
viewer
A viewer object.

DESCRIPTION

The Q3WinViewerGetControlStrip function returns a handle to the control strip window for the viewer designated by viewer.


© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |